home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / pcb145ad.zip / PCBRB.BAT < prev    next >
DOS Batch File  |  1991-10-17  |  154b  |  9 lines

  1. echo off
  2. if exist pcberr.fil del pcberr.fil
  3. BIMODEM /L %1 /B %5 /E0 /R %6
  4. if errorlevel 1 goto bad
  5. goto end
  6. :bad
  7. copy pcberr.old pcberr.fil
  8. :end
  9.